$strMonth = Date.GetCMonth
("<date>")
Returns the name of the month in the given date expression.
Parameters
<date> Any valid date expression in dd/mm/yyyy format.
Return Value
Returns a string representing the name of the month.
Example
$ret = date.GetCMonth ("17/10/2005")